Information about plays

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

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

{
    "id": 2675304,
    "uri": "https://api.kexp.org/v2/plays/2675304/?format=api",
    "airdate": "2019-12-19T09:08:52-08:00",
    "show": 46180,
    "show_uri": "https://api.kexp.org/v2/shows/46180/?format=api",
    "image_uri": "https://coverartarchive.org/release/ff5e690a-06f2-4eeb-85f2-b55542d7571b/22718793301-250.jpg",
    "thumbnail_uri": "",
    "song": "Exits",
    "track_id": "ea68585d-077e-4ded-85f1-0c00a5045075",
    "recording_id": null,
    "artist": "Foals",
    "artist_ids": [
        "6a65d878-fcd0-42cf-aff9-ca1d636a8bcc"
    ],
    "album": "Everything Not Saved Will Be Lost—Part 1",
    "release_id": "ff5e690a-06f2-4eeb-85f2-b55542d7571b",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2019-03-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#15 Most Played on JITM 2019 | This is the second time (out of three) that Foals appears on this countdown, but due to time constraints we could only grace y'all with like two seconds of this one. ONWARD!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}