Information about plays

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

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

{
    "id": 532543,
    "uri": "https://api.kexp.org/v2/plays/532543/?format=api",
    "airdate": "2002-03-29T12:51:51-08:00",
    "show": 9218,
    "show_uri": "https://api.kexp.org/v2/shows/9218/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/6110hq9B25L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/6110hq9B25L._SL75_.jpg",
    "song": "Rosalie Come and Go",
    "track_id": "1575c889-282b-49e1-a9a4-866ee2d4ac50",
    "recording_id": null,
    "artist": "Ryan Adams",
    "artist_ids": [
        "c80f38a6-9980-485d-997c-5c1a9cbd0d64"
    ],
    "album": "Gold",
    "release_id": "433adbc2-382f-4f3a-9ce9-401f221f5b3b",
    "release_group_id": null,
    "labels": [
        "Lost Highway Records"
    ],
    "label_ids": [
        "5b34c929-fd09-4b57-a8bf-1e8eb0f21c12"
    ],
    "release_date": "2001-02-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}