Information about plays

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

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

{
    "id": 1303383,
    "uri": "https://api.kexp.org/v2/plays/1303383/?format=api",
    "airdate": "2007-11-17T01:54:21-08:00",
    "show": 22800,
    "show_uri": "https://api.kexp.org/v2/shows/22800/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61vbr-UO80L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61vbr-UO80L._SL75_.jpg",
    "song": "Who Are the Mystery Girls?",
    "track_id": null,
    "recording_id": null,
    "artist": "New York Dolls",
    "artist_ids": [
        "1b96b9c9-0832-40cb-9f8d-7274de3733fc"
    ],
    "album": "Rock 'n' Roll",
    "release_id": "7c5b3d96-8108-44c7-ad83-d8cb790ad821",
    "release_group_id": null,
    "labels": [
        "Mercury"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}