Information about plays

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

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

{
    "id": 450163,
    "uri": "https://api.kexp.org/v2/plays/450163/?format=api",
    "airdate": "2001-07-30T00:51:25-07:00",
    "show": 7614,
    "show_uri": "https://api.kexp.org/v2/shows/7614/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ggGdYDtTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ggGdYDtTL._SL75_.jpg",
    "song": "Station Street",
    "track_id": "41c042ff-6270-4c59-8da7-3cd91bb195b3",
    "recording_id": null,
    "artist": "Fairground Attraction",
    "artist_ids": [
        "63f4a78d-009d-4579-98f6-810d15f18397"
    ],
    "album": "The First of a Million Kisses",
    "release_id": "9c149016-a960-42ba-852d-237099083556",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "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"
}