Information about plays

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

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

{
    "id": 422039,
    "uri": "https://api.kexp.org/v2/plays/422039/?format=api",
    "airdate": "2001-05-07T13:04:17-07:00",
    "show": 7071,
    "show_uri": "https://api.kexp.org/v2/shows/7071/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/411D4EJM64L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/411D4EJM64L._SL75_.jpg",
    "song": "Bernie",
    "track_id": "08165d75-9f16-4ef0-9177-478cb8ad7d93",
    "recording_id": null,
    "artist": "The Jon Spencer Blues Explosion",
    "artist_ids": [
        "d1ab8ca8-fb9f-4e78-a422-3cd5406dc0b1"
    ],
    "album": "ACME",
    "release_id": "6edbeb62-64cb-4a07-b668-9fb81348b5e2",
    "release_group_id": null,
    "labels": [
        "Matador Records"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "1998-10-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}