Information about plays

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

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

{
    "id": 515835,
    "uri": "https://api.kexp.org/v2/plays/515835/?format=api",
    "airdate": "2002-02-08T22:35:00-08:00",
    "show": 8893,
    "show_uri": "https://api.kexp.org/v2/shows/8893/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51vpMSD-soL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51vpMSD-soL._SL75_.jpg",
    "song": "Raga Simhendra Madhyaman",
    "track_id": null,
    "recording_id": null,
    "artist": "Ravi Shankar",
    "artist_ids": [
        "697f8b9f-0454-40f2-bba2-58f35668cdbe"
    ],
    "album": "Three Ragas",
    "release_id": "3455163e-7f0b-47a3-ba2b-0640e93c8cc3",
    "release_group_id": null,
    "labels": [
        "World Pacific"
    ],
    "label_ids": [
        "65f3dfb1-2e91-4032-bf75-aa4e4ce82ca7"
    ],
    "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"
}