Information about plays

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

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

{
    "id": 417020,
    "uri": "https://api.kexp.org/v2/plays/417020/?format=api",
    "airdate": "2001-04-21T16:30:00-07:00",
    "show": 6960,
    "show_uri": "https://api.kexp.org/v2/shows/6960/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41ZPA5BD6FL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41ZPA5BD6FL._SL75_.jpg",
    "song": "Listen to the Rhythm",
    "track_id": "cbf69e74-ab1c-4740-a21d-be617ca97d85",
    "recording_id": null,
    "artist": "Aphrodite",
    "artist_ids": [
        "84800c46-2211-43e0-8a87-bdcbecf91932"
    ],
    "album": "Aphrodite",
    "release_id": "c4a8f0b0-12e5-41ef-861b-ba72bf5eaab7",
    "release_group_id": null,
    "labels": [
        "Gee Street"
    ],
    "label_ids": [
        "505f2aad-aa7b-4df5-9e58-fbf3855db6db"
    ],
    "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"
}