Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/499980/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 499980,
    "uri": "https://api.kexp.org/v2/plays/499980/?format=api",
    "airdate": "2001-12-24T17:38:00-08:00",
    "show": 8585,
    "show_uri": "https://api.kexp.org/v2/shows/8585/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/617aCfiVgrL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/617aCfiVgrL._SL75_.jpg",
    "song": "Mudfootball (For Moe Lerner)",
    "track_id": "8e45b5b0-cd1e-47ec-b51f-7606c0e015f9",
    "recording_id": null,
    "artist": "Jack Johnson",
    "artist_ids": [
        "ff6e677f-91dd-4986-a174-8db0474b1799"
    ],
    "album": "Brushfire Fairytales",
    "release_id": "b4433e5c-ba54-4aa2-bd90-befb80932244",
    "release_group_id": null,
    "labels": [
        "Enjoy Records"
    ],
    "label_ids": [
        "bc37da4f-5918-4ac3-a96d-10b39934ac17"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}