Information about plays

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

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

{
    "id": 451873,
    "uri": "https://api.kexp.org/v2/plays/451873/?format=api",
    "airdate": "2001-08-03T18:26:24-07:00",
    "show": 7642,
    "show_uri": "https://api.kexp.org/v2/shows/7642/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/513K0BrQZdL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/513K0BrQZdL._SL75_.jpg",
    "song": "Crazy Mixed Emotions",
    "track_id": "94c0aaee-3994-49a8-b56c-7345b43f1cc8",
    "recording_id": null,
    "artist": "Rosie Flores",
    "artist_ids": [
        "648ceff4-65f6-4f77-9976-889d04d2f617"
    ],
    "album": "Rockabilly Filly",
    "release_id": "bd55c17c-8712-4ab4-99c0-fc1c58b887e9",
    "release_group_id": null,
    "labels": [
        "Hightone"
    ],
    "label_ids": [],
    "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"
}